protected field meaning in English
保护域
被保护字段
受保护区域
Examples
- Your test class now has a protected field called
现在您的测试类有一个叫做 - Fields are protected fields that the detector inherits from its superclass
字段是检测器从其父类继承的protected字段。 - The naming guidelines for fields apply to static public and protected fields
字段的命名准则适用于静态公共字段和静态受保护字段。 - Exception is thrown when there is an invalid attempt to access a private or protected field inside a class
无效地试图访问类中的私有或受保护字段时,将引发 - Public and protected fields do not version well and are not protected by code access security demands
公共字段和受保护字段未经版本控制,不受代码访问安全性要求的保护。